home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / ace_basic / ace24.lha / include / SUBmods / EasyRequest.h < prev    next >
Encoding:
Text File  |  1996-09-11  |  261 b   |  11 lines

  1. {*
  2. ** Header file for programs using EasyRequester SUBmod.
  3. ** D Benn, July 1995
  4. *}
  5.  
  6. LIBRARY "intuition.library"
  7.  
  8. DECLARE SUB LONGINT EasyRequest(STRING wintitle, ~
  9.                             STRING bodytext, ~
  10.                             STRING gadgettext) EXTERNAL
  11.